type runtime.atomicHeadTailIndex

8 uses

	runtime (current package)
		mspanset.go#L51: 	index atomicHeadTailIndex
		mspanset.go#L360: type atomicHeadTailIndex struct {
		mspanset.go#L365: func (h *atomicHeadTailIndex) load() headTailIndex {
		mspanset.go#L370: func (h *atomicHeadTailIndex) cas(old, new headTailIndex) bool {
		mspanset.go#L375: func (h *atomicHeadTailIndex) incHead() headTailIndex {
		mspanset.go#L380: func (h *atomicHeadTailIndex) decHead() headTailIndex {
		mspanset.go#L385: func (h *atomicHeadTailIndex) incTail() headTailIndex {
		mspanset.go#L396: func (h *atomicHeadTailIndex) reset() {